home *** CD-ROM | disk | FTP | other *** search
/ 3D GFX / 3D GFX.iso / amiutils / i_l / irit5 / geom_lib / makefile.wnt < prev    next >
Makefile  |  1995-12-30  |  1KB  |  31 lines

  1.  
  2. #
  3. # This is the make file for the prsr. lib subdirectory.
  4. #
  5. #                Gershon Elber, June 1993
  6. #
  7.  
  8. # Get the destination directories:
  9. include ..\makeflag.wnt
  10.  
  11. OBJS = animate.obj bbox.obj convex.obj geomat3d.obj geomvals.obj intrnrml.obj \
  12.      ln_sweep.obj poly_cln.obj primitiv.obj
  13.  
  14. geom_lib.lib: $(OBJS)
  15.     -del geom_lib.lib
  16.     $(IRITLIB) -out:geom_lib.lib *.obj
  17.  
  18. install: geom_lib.lib
  19.     copy geom_lib.lib $(LIB_DIR)
  20.     -del geom_lib.lib
  21.  
  22. # Dependencies starts here - do not touch, generated automatically.
  23. bbox.obj:    ../include/irit_sm.h ../include/allocate.h ../include/cagd_lib.h ../include/bbox.h
  24. convex.obj:    ../include/allocate.h ../include/convex.h ../include/poly_cln.h ../include/geomat3d.h ../include/intrnrml.h ../include/priorque.h
  25. geomat3d.obj:    ../include/irit_sm.h ../include/iritprsr.h ../include/allocate.h ../include/convex.h ../include/geomat3d.h
  26. geomvals.obj:    ../include/allocate.h ../include/convex.h ../include/geomat3d.h ../include/geomvals.h
  27. intrnrml.obj:    ../include/irit_sm.h ../include/iritprsr.h ../include/geomat3d.h ../include/intrnrml.h
  28. ln_sweep.obj:    ../include/irit_sm.h ../include/imalloc.h ../include/ln_sweep.h
  29. poly_cln.obj:    ../include/irit_sm.h ../include/allocate.h ../include/iritprsr.h ../include/poly_cln.h
  30. primitiv.obj:    ../include/irit_sm.h ../include/geomat3d.h ../include/allocate.h ../include/attribut.h ../include/convex.h ../include/geomat3d.h ../include/primitiv.h
  31.